home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
xlib
/
yakems11
/
debug.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-04
|
345 b
|
19 lines
#include "stddefs.h"
#include <iostream.h>
#include <process.h>
void _AssertHandler(char *pcFilename, word wLineNumber)
{
cerr << "\nAssertion Failed in line " << wLineNumber << " of " << pcFilename << "\n";
abort();
}
void saveMode(void)
{
asm { MOV AX,0CB00h
INT 10h
MOV AX,0CB05h
INT 10h }
}